home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qm_cs480.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  42.5 KB  |  943 lines

  1. *PPD-Adobe: "4.3"
  2. *%------------------------------------------------------------------
  3. *%Version Number:                  "2016.108"
  4. *%Revision Number:                 "300"
  5. *%Platform Supported:              "PC MAC UNIX"
  6. *%Localized To:                    "US"
  7. *%------------------------------------------------------------------
  8. *% Adobe Systems PostScript(R) Printer Description File
  9. *% Copyright 1987-1996 Adobe Systems Incorporated. 
  10. *% All Rights Reserved. 
  11. *% Permission is granted for redistribution of this file as
  12. *% long as this copyright notice is intact and the contents
  13. *% of the file is not altered in any way from its original form.
  14. *% End of Copyright statement
  15. *FormatVersion: "4.3"
  16. *FileVersion: "1.0"
  17. *LanguageEncoding: ISOLatin1
  18. *LanguageVersion: English
  19. *Manufacturer: "QMS"
  20. *PCFileName: "QM_CS480.PPD"
  21. *Product: "(ColorScript 480)"
  22. *PSVersion: "(2016.108) 301"
  23. *ModelName: "QMS ColorScript 480"
  24. *ShortNickName: "QMS ColorScript 480"
  25. *NickName: "QMS ColorScript 480 v2016.108"
  26.  
  27. *% ADORequiresEExec added by Microsoft
  28. *ADORequiresEExec: True
  29.  
  30. *% === Options and Constraints =========
  31. *OpenGroup: InstallableOptions/Options Installed
  32. *OpenUI *InstalledMemory/Memory Configuration : PickOne
  33. *DefaultInstalledMemory: 24Meg
  34. *InstalledMemory 24Meg/24 MB Standard: ""
  35. *InstalledMemory 32Meg/32 MB Upgrade: ""
  36. *InstalledMemory 56Meg/56 MB Upgrade: ""
  37. *InstalledMemory 88Meg/88 MB Upgrade: ""
  38. *InstalledMemory 104Meg/104 MB Upgrade: ""
  39. *InstalledMemory 136Meg/136 MB Upgrade: ""
  40. *?InstalledMemory: "
  41. save
  42. currentsystemparams /RamSize get 1048576 div cvi (unknown)
  43. 6 dict
  44. dup 24 (24Meg) put
  45. dup 32 (32Meg) put
  46. dup 56 (56Meg) put
  47. dup 88 (88Meg) put
  48. dup 104 (104Meg) put
  49. dup 136 (136Meg) put
  50. { exch 3 index eq
  51.     { 3 1 roll pop pop exit }
  52.     { pop } ifelse
  53. } bind forall
  54. = flush
  55. restore
  56. "
  57. *End
  58. *CloseUI: *InstalledMemory
  59. *CloseGroup: InstallableOptions
  60.  
  61. *% ==== Device Capabilities ===============
  62. *LanguageLevel: "2"
  63. *Protocols: TBCP
  64.  
  65. *FreeVM: "2621440"
  66. *VMOption 24Meg: "2621440"
  67. *VMOption 32Meg: "8388608"
  68. *VMOption 56Meg: "9437184"
  69. *VMOption 88Meg: "6219456"
  70. *VMOption 104Meg: "20971520"
  71. *VMOption 136Meg: "25600000"
  72.  
  73. *ColorDevice: True
  74. *DefaultColorSpace: CMYK
  75. *TTRasterizer: Type42
  76. *?TTRasterizer: "
  77. save
  78.     42 /FontType resourcestatus
  79.     {pop pop (Type42)}
  80.     {(None)} ifelse
  81.     = flush
  82. restore
  83. "
  84. *End
  85.  
  86. *SuggestedJobTimeout: "0"
  87. *SuggestedWaitTimeout: "0"
  88. *PrintPSErrors: True
  89.  
  90. *FileSystem: True
  91. *?FileSystem: "
  92. save false
  93. (%disk?%) {
  94.     currentdevparams dup /Writeable known {
  95.         /Writeable get {
  96.             pop true
  97.         } if
  98.     } {
  99.         pop
  100.     } ifelse
  101. } 10 string /IODevice resourceforall
  102. {
  103.     (True)
  104. } {
  105.     (False)
  106. } ifelse
  107. = flush
  108. restore"
  109. *End
  110.  
  111. *Throughput: "1"
  112.  
  113. *Password: " () "
  114.  
  115. *ExitServer: "
  116. count 0 eq {
  117.     false
  118. } {
  119.     true exch startjob
  120. } ifelse
  121. not {
  122.     (WARNING: Cannot modify initial VM.) =
  123.     (Missing or invalid password.) =
  124.     (Please contact the author of this software.) = flush quit
  125. } if
  126. "
  127. *End
  128.  
  129. *Reset: "
  130. count 0 eq {
  131.     false
  132. } {
  133.     true exch startjob
  134. } ifelse
  135. not {
  136.     (WARNING: Cannot reset printer.) =
  137.     (Missing or invalid password.) =
  138.     (Please contact the author of this software.) = flush quit
  139. } if
  140. systemdict /quit get exec
  141. (WARNING : Printer Reset Failed.) = flush
  142. "
  143. *End
  144.  
  145. *% Resolution Information =============
  146.  
  147. *DefaultResolution: 300dpi
  148.  
  149. *% Halftone Information ===============
  150. *ContoneOnly: True
  151. *DefaultHalftoneType: 1
  152. *ScreenFreq: "60.0"
  153. *ScreenAngle: "45.0"
  154. *DefaultScreenProc: Default
  155. *ScreenProc Default: "
  156. {
  157.     abs exch abs 2 copy add 1 gt
  158.     {1 sub dup mul exch 1 sub dup mul add 1}
  159.     {dup mul exch dup mul add 1 exch sub}
  160.     ifelse
  161. } bind "
  162. *End
  163. *ScreenProc Dot: "
  164. {
  165.     180 mul cos exch 180 mul cos add 2 div
  166. } bind "
  167. *End
  168. *ScreenProc Line: " { pop } bind "
  169. *ScreenProc Ellipse: " {
  170.     dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub
  171. } bind "
  172. *End
  173.  
  174. *DefaultTransfer: Null
  175. *Transfer Null: " { } bind "
  176. *Transfer Null.Inverse: " { 1 exch sub } bind "
  177.  
  178. *% Paper Handling ===================
  179.  
  180. *% Code in this section both selects a tray and sets up a frame buffer.
  181. *OpenUI *PageSize: PickOne
  182. *OrderDependency: 30 AnySetup *PageSize
  183. *DefaultPageSize: A3
  184. *PageSize A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  185. *PageSize A3: "2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  186. *PageSize WB/WB(TabloidExtra): "2 dict dup /PageSize [907 1318] put dup /ImagingBBox null put setpagedevice"
  187. *PageSize Letter/Letter: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  188. *PageSize Tabloid/Tabloid: "2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  189. *?PageSize: "
  190.     save
  191.     currentpagedevice /PageSize get aload pop
  192.     2 copy gt { exch } if (Unknown)
  193.     5 dict
  194.     dup [595 842] (A4) put
  195.     dup [842 1191] (A3) put
  196.     dup [907 1318] (WB) put
  197.     dup [612 792] (Letter) put
  198.     dup [792 1224] (Tabloid) put {
  199.         exch aload pop 4 index sub abs 5 le exch
  200.         5 index sub abs 5 le and
  201.         {
  202.             exch pop exit
  203.         } {
  204.             pop
  205.         } ifelse
  206.     } bind forall
  207.     = flush pop pop
  208.     restore
  209. "
  210. *End
  211. *CloseUI: *PageSize
  212.  
  213. *OpenUI *PageRegion: PickOne
  214. *OrderDependency: 40 AnySetup *PageRegion
  215. *DefaultPageRegion: A3
  216. *PageRegion A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  217. *PageRegion A3: "2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  218. *PageRegion WB/WB(TabloidExtra): "2 dict dup /PageSize [907 1318] put dup /ImagingBBox null put setpagedevice"
  219. *PageRegion Letter/Letter: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  220. *PageRegion Tabloid/Tabloid: "2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  221. *CloseUI: *PageRegion
  222.  
  223. *% The following entries provide information about specific paper keywords.
  224. *DefaultImageableArea: A3
  225. *ImageableArea A4: "9.92 9.92 585.92 795.2"
  226. *ImageableArea A3: "9.92 9.92 831.68 1143.68"
  227. *ImageableArea WB/WB(TabloidExtra): "15.73 9.92 891.25 1271.36"
  228. *ImageableArea Letter/Letter: "9.92 9.92 601.28 744.32"
  229. *ImageableArea Tabloid/Tabloid: "12 9.92 780 1176.32"
  230. *?ImageableArea: "
  231.     save
  232.     /cvp {(                ) cvs print ( ) print} bind def
  233.     /upperright {10000 mul floor 10000 div} bind def
  234.     /lowerleft {10000 mul ceiling 10000 div} bind def
  235.     newpath clippath pathbbox
  236.     4 -2 roll exch 2 {lowerleft cvp} repeat
  237.     exch 2 {upperright cvp} repeat
  238.     flush
  239.     restore
  240. "
  241. *End
  242.  
  243. *% These provide the physical dimensions of the paper (by keyword)
  244. *DefaultPaperDimension: A3
  245. *PaperDimension A4: "595 842"
  246. *PaperDimension A3: "842 1191"
  247. *PaperDimension WB/WB(TabloidExtra): "907 1318"
  248. *PaperDimension Letter/Letter: "612 792"
  249. *PaperDimension Tabloid/Tabloid: "792 1224"
  250.  
  251. *UIConstraints: *PageSize A3 *MediaType Film
  252. *UIConstraints: *PageSize WB *MediaType Film
  253. *UIConstraints: *PageSize Tabloid *MediaType Film
  254. *UIConstraints: *MediaType Film *PageSize A3
  255. *UIConstraints: *MediaType Film *PageSize WB
  256. *UIConstraints: *MediaType Film *PageSize Tabloid
  257. *UIConstraints: *PageRegion A3 *MediaType Film
  258. *UIConstraints: *PageRegion WB *MediaType Film
  259. *UIConstraints: *PageRegion Tabloid *MediaType Film
  260. *UIConstraints: *MediaType Film *PageRegion A3
  261. *UIConstraints: *MediaType Film *PageRegion WB
  262. *UIConstraints: *MediaType Film *PageRegion Tabloid
  263.  
  264. *UIConstraints: *MediaType Film *QMPQ HighDensity
  265. *UIConstraints: *QMPQ HighDensity *MediaType Film
  266. *UIConstraints: *MediaType Film *QMCT SWOP
  267. *UIConstraints: *MediaType Film *QMCT EuroColor
  268. *UIConstraints: *QMCT SWOP *MediaType Film
  269. *UIConstraints: *QMCT EuroColor *MediaType Film
  270.  
  271. *% Device Oriented Informations ===================
  272. *OpenUI *InputSlot: PickOne
  273. *OrderDependency: 20 AnySetup *InputSlot
  274. *DefaultInputSlot: Upper
  275. *InputSlot Upper/Standard tray: "
  276.     currentpagedevice /InputAttributes get dup 0 known
  277.     {
  278.         0 get dup null eq {
  279.             pop
  280.         } {
  281.             dup length 1 add dict copy
  282.             dup /InputAttributes
  283.             1 dict dup /Priority [0] put
  284.             put setpagedevice
  285.         } ifelse
  286.     } {
  287.         pop
  288.     } ifelse
  289. "
  290. *End
  291. *InputSlot Lower/Option tray: "
  292.     currentpagedevice /InputAttributes get dup 1 known
  293.     {
  294.         1 get dup null eq {
  295.             pop
  296.         } {
  297.             dup length 1 add dict copy
  298.             dup /InputAttributes
  299.             1 dict dup /Priority [1] put
  300.             put setpagedevice
  301.         } ifelse
  302.     } {
  303.         pop
  304.     } ifelse
  305. "
  306. *End
  307. *?InputSlot: "
  308.     save
  309.     2 dict
  310.     dup /0 (Upper) put
  311.     dup /1 (Lower) put
  312.     currentpagedevice /InputAttributes get
  313.     dup /Priority known
  314.     { /Priority get 0 get (   ) cvs cvn get }
  315.     {
  316.         dup length 1 eq
  317.         { {pop} forall(    ) cvs cvn get }
  318.         { pop pop (Unknown) } ifelse
  319.     } ifelse
  320.     = flush
  321.     restore
  322. "
  323. *End
  324. *CloseUI: *InputSlot
  325.  
  326. *OpenUI *MediaType/Media Type: PickOne
  327. *OrderDependency: 50 AnySetup *MediaType
  328. *DefaultMediaType: Paper
  329. *MediaType Paper: "
  330.     /Mitsubishi /ProcSet findresource /MediatypeOff get exec
  331. "
  332. *End
  333. *MediaType Film: "
  334.     /Mitsubishi /ProcSet findresource /MediatypeOn get exec
  335.     1 dict dup /HWResolution [300 300] put setpagedevice
  336.     /Mitsubishi /ProcSet findresource /HighDensityOn get exec
  337. "
  338. *End
  339. *?MediaType: "
  340.     save
  341.     /Mitsubishi /ProcSet findresource /MediatypeStatus get exec
  342.     {(Film)}{(Paper)}ifelse
  343.     = flush
  344.     restore
  345. "
  346. *End
  347. *CloseUI: *MediaType
  348.  
  349. *OpenUI *QMPQ/Print Quality: PickOne
  350. *OrderDependency: 70 AnySetup *QMPQ
  351. *DefaultQMPQ: Standard
  352. *QMPQ Standard: "
  353.     1 dict dup /HWResolution [300 300] put setpagedevice
  354.     /Mitsubishi /ProcSet findresource /MediatypeStatus get exec
  355.     {/Mitsubishi /ProcSet findresource /HighDensityOn get exec}
  356.     {/Mitsubishi /ProcSet findresource /HighDensityOff get exec}
  357.     ifelse
  358. "
  359. *End
  360. *QMPQ HighDensity: "
  361.     1 dict dup /HWResolution [300 300] put setpagedevice
  362.     /Mitsubishi /ProcSet findresource /HighDensityOn get exec
  363. "
  364. *End
  365. *QMPQ HighResolution: "
  366.     1 dict dup /HWResolution [300 600] put setpagedevice
  367.     /Mitsubishi /ProcSet findresource /HighDensityOff get exec
  368. "
  369. *End
  370. *?QMPQ:"
  371.     save
  372.     currentpagedevice /HWResolution get aload pop 600 eq { 
  373.       pop (HighResolution)
  374.     }{
  375.       pop /Mitsubishi /ProcSet findresource /HighDensityStatus get exec 
  376.       {(HighDensity)}{(Standard)} ifelse
  377.     } ifelse
  378.     = flush
  379.     restore
  380. "
  381. *End
  382. *CloseUI: *QMPQ
  383.  
  384. *OpenUI *Smoothing/Smoothing: PickOne
  385. *OrderDependency: 80 AnySetup *Smoothing
  386. *DefaultSmoothing: True
  387. *Smoothing True/ON: "
  388.     /Mitsubishi /ProcSet findresource /AntiOn get exec
  389. "
  390. *End
  391. *Smoothing False/OFF: "
  392. /Mitsubishi /ProcSet findresource /AntiOff get exec 
  393. "
  394. *End
  395. *?Smoothing:"
  396.     save
  397.     /Mitsubishi /ProcSet findresource /AntiRead get exec
  398.     {(True)}{(False)}ifelse
  399.     = flush
  400.     restore
  401. "
  402. *End
  403. *CloseUI: *Smoothing
  404.  
  405. *OpenUI *QMCT/Color Target: PickOne
  406. *OrderDependency: 90 AnySetup *QMCT
  407. *DefaultQMCT: Default
  408. *QMCT Default/Null: "
  409.     mark
  410.     { 1 dict begin
  411.         /DeviceRenderingInfo 5 dict begin
  412.           /Type 15 def
  413.           /Enable false def
  414.           /Conversion 0 def
  415.           /TransformType 0 def
  416.           /ConversionData null def
  417.           currentdict end def
  418.         currentdict end
  419.         setpagedevice
  420.     }
  421.     stopped cleartomark
  422. "
  423. *End
  424. *QMCT SWOP: "
  425.     mark
  426.     { 1 dict begin
  427.         /DeviceRenderingInfo 5 dict begin
  428.           /Type 15 def
  429.           /Enable true def
  430.           /Conversion 0 def
  431.           /TransformType 0 def
  432.           /ConversionData null def
  433.           currentdict end def
  434.         currentdict end
  435.         setpagedevice
  436.     }
  437.     stopped cleartomark
  438. "
  439. *End
  440. *QMCT EuroColor/European Color: "
  441.     mark
  442.     { 1 dict begin
  443.         /DeviceRenderingInfo 5 dict begin
  444.           /Type 15 def
  445.           /Enable true def
  446.           /Conversion 1 def
  447.           /TransformType 0 def
  448.           /ConversionData null def
  449.           currentdict end def
  450.         currentdict end
  451.         setpagedevice
  452.     }
  453.     stopped cleartomark
  454. "
  455. *End
  456. *?QMCT: "
  457.     save
  458.     currentpagedevice /DeviceRenderingInfo get
  459.     /Conversion get
  460.         [(SWOP)(EuroColor)(Display)(Download)] exch get
  461.     = flush
  462.     restore
  463. "
  464. *End
  465. *CloseUI: *QMCT
  466.  
  467. *OpenUI *QMMITSUBISHICOLORADJUSTMENT/Color Calibration: PickOne
  468. *OrderDependency: 100 AnySetup *QMMITSUBISHICOLORADJUSTMENT
  469. *DefaultQMMITSUBISHICOLORADJUSTMENT: Default
  470. *QMMITSUBISHICOLORADJUSTMENT Default/Null:""
  471. *QMMITSUBISHICOLORADJUSTMENT Type1: "
  472. {255 mul cvi {
  473. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  474. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  475. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  476. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  477. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  478. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  479. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  480. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  481. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  482. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  483. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  484. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  485. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  486. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  487. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  488. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  489. } exch get}
  490. {255 mul cvi {
  491. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  492. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  493. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  494. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  495. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  496. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  497. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  498. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  499. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  500. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  501. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  502. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  503. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  504. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  505. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  506. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  507. } exch get}
  508. {255 mul cvi {
  509. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  510. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  511. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  512. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  513. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  514. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  515. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  516. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  517. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  518. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  519. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  520. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  521. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  522. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  523. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  524. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  525. } exch get}
  526. {255 mul cvi {
  527. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  528. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  529. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  530. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  531. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  532. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  533. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  534. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  535. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  536. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  537. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  538. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  539. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  540. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  541. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  542. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  543. } exch get}
  544. setcolortransfer
  545. /Insttmp currentpagedevice /Install get bind def
  546. 1 dict dup currentcolortransfer /Install 
  547. { Insttmp {a} {b} {c} {d} setcolortransfer} 
  548. dup 4 3 roll 4 exch put
  549. dup 4 3 roll 3 exch put
  550. dup 4 3 roll 2 exch put
  551. dup 4 3 roll 1 exch put
  552. put
  553. setpagedevice
  554. "
  555. *End
  556. *QMMITSUBISHICOLORADJUSTMENT Type2: "
  557. {255 mul cvi {
  558. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  559. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  560. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  561. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  562. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  563. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  564. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  565. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  566. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  567. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  568. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  569. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  570. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  571. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  572. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  573. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  574. } exch get}
  575. {255 mul cvi {
  576. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  577. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  578. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  579. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  580. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  581. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  582. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  583. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  584. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  585. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  586. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  587. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  588. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  589. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  590. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  591. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  592. } exch get}
  593. {255 mul cvi {
  594. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  595. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  596. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  597. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  598. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  599. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  600. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  601. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  602. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  603. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  604. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  605. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  606. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  607. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  608. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  609. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  610. } exch get}
  611. {255 mul cvi {
  612. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  613. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  614. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  615. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  616. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  617. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  618. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  619. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  620. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  621. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  622. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  623. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  624. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  625. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  626. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  627. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  628. } exch get}
  629. setcolortransfer
  630. /Insttmp currentpagedevice /Install get bind def
  631. 1 dict dup currentcolortransfer /Install 
  632. { Insttmp {a} {b} {c} {d} setcolortransfer} 
  633. dup 4 3 roll 4 exch put
  634. dup 4 3 roll 3 exch put
  635. dup 4 3 roll 2 exch put
  636. dup 4 3 roll 1 exch put
  637. put
  638. setpagedevice
  639. "
  640. *End
  641. *QMMITSUBISHICOLORADJUSTMENT Type3: "
  642. {255 mul cvi {
  643. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  644. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  645. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  646. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  647. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  648. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  649. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  650. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  651. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  652. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  653. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  654. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  655. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  656. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  657. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  658. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  659. } exch get}
  660. {255 mul cvi {
  661. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  662. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  663. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  664. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  665. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  666. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  667. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  668. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  669. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  670. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  671. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  672. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  673. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  674. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  675. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  676. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  677. } exch get}
  678. {255 mul cvi {
  679. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  680. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  681. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  682. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  683. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  684. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  685. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  686. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  687. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  688. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  689. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  690. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  691. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  692. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  693. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  694. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  695. } exch get}
  696. {255 mul cvi {
  697. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  698. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  699. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  700. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  701. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  702. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  703. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  704. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  705. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  706. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  707. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  708. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  709. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  710. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  711. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  712. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  713. } exch get}
  714. setcolortransfer
  715. /Insttmp currentpagedevice /Install get bind def
  716. 1 dict dup currentcolortransfer /Install 
  717. { Insttmp {a} {b} {c} {d} setcolortransfer} 
  718. dup 4 3 roll 4 exch put
  719. dup 4 3 roll 3 exch put
  720. dup 4 3 roll 2 exch put
  721. dup 4 3 roll 1 exch put
  722. put
  723. setpagedevice
  724. "
  725. *End
  726. *QMMITSUBISHICOLORADJUSTMENT Type4: "
  727. {255 mul cvi {
  728. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  729. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  730. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  731. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  732. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  733. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  734. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  735. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  736. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  737. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  738. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  739. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  740. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  741. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  742. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  743. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  744. } exch get}
  745. {255 mul cvi {
  746. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  747. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  748. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  749. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  750. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  751. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  752. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  753. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  754. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  755. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  756. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  757. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  758. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  759. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  760. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  761. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  762. } exch get}
  763. {255 mul cvi {
  764. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  765. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  766. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  767. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  768. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  769. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  770. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  771. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  772. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  773. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  774. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  775. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  776. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  777. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  778. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  779. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  780. } exch get}
  781. {255 mul cvi {
  782. 0.000 0.004 0.008 0.012 0.016 0.020 0.024 0.027 0.031 0.035 0.039 0.043 0.047 0.051 0.055 0.059
  783. 0.063 0.067 0.071 0.075 0.078 0.082 0.086 0.090 0.094 0.098 0.102 0.106 0.110 0.114 0.118 0.122
  784. 0.125 0.129 0.133 0.137 0.141 0.145 0.149 0.153 0.157 0.161 0.165 0.169 0.173 0.176 0.180 0.184
  785. 0.188 0.192 0.196 0.200 0.204 0.208 0.212 0.216 0.220 0.224 0.227 0.231 0.235 0.239 0.243 0.247
  786. 0.251 0.255 0.259 0.263 0.267 0.271 0.275 0.278 0.282 0.286 0.290 0.294 0.298 0.302 0.306 0.310
  787. 0.314 0.318 0.322 0.325 0.329 0.333 0.337 0.341 0.345 0.349 0.353 0.357 0.361 0.365 0.369 0.373
  788. 0.376 0.380 0.384 0.389 0.392 0.396 0.400 0.404 0.408 0.412 0.416 0.420 0.424 0.427 0.431 0.435
  789. 0.439 0.443 0.447 0.451 0.455 0.459 0.463 0.467 0.471 0.475 0.478 0.482 0.486 0.490 0.494 0.498
  790. 0.502 0.506 0.510 0.514 0.518 0.522 0.525 0.529 0.533 0.537 0.541 0.545 0.549 0.553 0.557 0.560
  791. 0.565 0.569 0.573 0.576 0.580 0.584 0.588 0.592 0.596 0.600 0.604 0.608 0.612 0.616 0.620 0.624
  792. 0.627 0.631 0.635 0.639 0.643 0.647 0.651 0.655 0.659 0.663 0.667 0.671 0.675 0.678 0.682 0.686
  793. 0.690 0.694 0.698 0.702 0.706 0.710 0.714 0.718 0.722 0.725 0.729 0.733 0.737 0.741 0.745 0.749
  794. 0.753 0.757 0.761 0.765 0.769 0.773 0.776 0.780 0.784 0.788 0.792 0.796 0.800 0.804 0.808 0.812
  795. 0.816 0.820 0.824 0.827 0.831 0.835 0.839 0.843 0.847 0.851 0.855 0.859 0.863 0.867 0.871 0.875
  796. 0.878 0.882 0.886 0.890 0.894 0.898 0.902 0.906 0.910 0.914 0.918 0.922 0.925 0.929 0.933 0.937
  797. 0.941 0.945 0.949 0.953 0.957 0.961 0.965 0.969 0.973 0.976 0.980 0.984 0.988 0.992 0.996 1.000
  798. } exch get}
  799. setcolortransfer
  800. /Insttmp currentpagedevice /Install get bind def
  801. 1 dict dup currentcolortransfer /Install 
  802. { Insttmp {a} {b} {c} {d} setcolortransfer} 
  803. dup 4 3 roll 4 exch put
  804. dup 4 3 roll 3 exch put
  805. dup 4 3 roll 2 exch put
  806. dup 4 3 roll 1 exch put
  807. put
  808. setpagedevice
  809. "
  810. *End
  811. *?QMMITSUBISHICOLORADJUSTMENT: "
  812.     save
  813.     1 dict setpagedevice
  814.     currentcolortransfer
  815.     4 1 roll 3 1 roll exch
  816.     == flush == flush == flush == flush
  817.     restore
  818. "
  819. *End
  820. *CloseUI: *QMMITSUBISHICOLORADJUSTMENT
  821.  
  822. *% Font Information =====================
  823. *DefaultFont: Courier
  824. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  825. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  826. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  827. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  828. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  829. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  830. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  831. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  832. *Font Courier: Standard "(002.004S)" Standard ROM
  833. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  834. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  835. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  836. *Font Helvetica: Standard "(001.006S)" Standard ROM
  837. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  838. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  839. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  840. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  841. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  842. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  843. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  844. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  845. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  846. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  847. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  848. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  849. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  850. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  851. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  852. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  853. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  854. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  855. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  856. *Font Symbol: Special "(001.007S)" Special ROM
  857. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  858. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  859. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  860. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  861. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  862. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  863.  
  864. *?FontQuery: "
  865.     save
  866.     { count 1 gt
  867.         { exch dup 127 string cvs (/) print print (:) print
  868.             /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  869.         }{ exit } ifelse
  870.     } bind loop
  871.     (*) = flush
  872.     restore
  873. "
  874. *End
  875.  
  876. *?FontList: "
  877.     save
  878.     (*) {cvn ==} 128 string /Font resourceforall
  879.     (*) = flush
  880.     restore
  881. "
  882. *End
  883.  
  884. *% Printer Messages (verbatim from printer):
  885. *Message: "    %%[ exitserver: permanent state may be changed ]%%"
  886. *Message: "    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  887. *Message: "\FontName\ not found, using Courier"
  888.  
  889. *% Status (format: %%[ status: <one of these> ] %%)
  890. *Status: "idle"
  891. *Status: "busy"
  892. *Status: "waiting"
  893. *Status: "warming up"
  894. *Status: "ink sheet is exhausted"
  895. *Status: "cover open"
  896. *Status: "out of paper"
  897. *Status: "paper misfeed"
  898. *Status: "RAM access error"
  899. *Status: "mechanical malfunction"
  900. *Status: "data over run"
  901. *Status: "temperature too low"
  902. *Status: "temperature too high"
  903. *Status: "general command error"
  904. *Status: "command parity error"
  905. *Status: "illegal engine command"
  906. *Status: "command execution denial"
  907. *Status: "service call"
  908.  
  909. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  910. *Source: "Parallel"
  911. *Source: "LocalTalk"
  912. *Source: "EtherTalk"
  913. *Source: "SCSI"
  914. *Source: "RemotePrinter"
  915. *Source: "PrintServer"
  916. *Source: "LPR"
  917. *Source: "Internal"
  918.  
  919. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  920. *PrinterError: "warming up"
  921. *PrinterError: "ink sheet is exhausted"
  922. *PrinterError: "cover open"
  923. *PrinterError: "out of paper"
  924. *PrinterError: "paper misfeed"
  925. *PrinterError: "RAM access error"
  926. *PrinterError: "mechanical malfunction"
  927. *PrinterError: "data over run"
  928. *PrinterError: "temperature too low"
  929. *PrinterError: "temperature too high"
  930. *PrinterError: "general command error"
  931. *PrinterError: "command parity error"
  932. *PrinterError: "illegal engine command"
  933. *PrinterError: "command execution denial"
  934. *PrinterError: "service call"
  935.  
  936. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  937.  
  938. *% Color Separation Information =====================
  939.  
  940. *% Produced by "bldppd42.ps" version 4.0 edit 14
  941. *% Last Edit Date: Oct 29, 1996
  942. *% end of PPD file for QMS ColorScript 480
  943.